home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / DOCS / AMOSDOC.LHA / AmosHyperBook.dms / in.adf / Errors / ALLIANCE-1 next >
Encoding:
Text File  |  1992-03-21  |  2.4 KB  |  63 lines

  1.  
  2. EDITOR ERRORS
  3.  
  4. The following are occasionally printed out on the information
  5. line when you are editing the programs.
  6.  
  7. Bottom of text:
  8. The cursor has reached the last line in your current program.
  9.  
  10. Cant fit the program into editor buffer:
  11. This will occur when ,the space required for a program to be
  12.  loaded is greater than the area available in the editor buffer.
  13. Responding yes to the resulting query from AMOS will set the text
  14.  buffer to the exact size of the program to be loaded.
  15. You won`t be able to expand the   program,only reduce it in size
  16. . S.BUFFER in the search menu can be called to expand the text
  17.  buffer if neccesary
  18.  Selecting NO will simply abort the load and the minimum required
  19. buffer space will be displayed in the information line
  20.  
  21. Line too long:
  22. The AMOS editor can only handle lines up to a maximum of 255
  23. characters long
  24.  
  25. No errors:no errors were detected in your program during test
  26. process.
  27. Not found:the previous search command was unsuccessful.
  28.  
  29. Not marked:you cant move to a mark because you havent set
  30. any markers.
  31. Not a proceedure:FOLD/UNFOLD only works if you have
  32. positioned the text cursor over a proceedure.
  33. Out of buffer space:You have run out of space in the
  34. editor area.Save your program onto a disk and increase
  35. the buffer using S.BUFFER (in the SEARCH menu)
  36. If you still have problems  you may need to split
  37.  your program into several parts and execute them one
  38.  after another  using the RUN command from AMOS basic
  39.  
  40. Out of memory: There is no more memory available to hold
  41. your programs.Try using CLOSE WORKBENCH to restore the 40k
  42. used by the Amigas workbench screen.
  43. Syntax error: The syntax (grammar) of the current line
  44. is wrong in some way.Look up the right format in the manual
  45. or on the reference card.
  46. Too many direct mode variables : Thers not enough space
  47. in the variable table to hold your direct mode variables.
  48. Direct mode allows you to create up to 64 new variables but
  49. this could be restricted further if your program is taking up
  50. too much memory.
  51.  
  52. Top of text:The text cursor has reached the top of your
  53. program. Pressing the up arrow will have no effect.
  54.  
  55. Variable name buffer too small:AMOS has a buffer which
  56. holds the names for all the variables.If you generate
  57. too many long names this error will be reported back
  58.  Changing the default size of the buffer can be achived from
  59. the CONFIG accessory.
  60.  
  61. What block?:You cannot CUT/PASTE a block before you have
  62. defined it.
  63.